home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Freeware / Programare / gdiplusdelphi / demos / Using Image Encoders and Decoders / Determining the Parameters Supported by an Encoder / Using the EncoderValue Enumeration / Unit1.dfm < prev    next >
Encoding:
Text File  |  2002-01-14  |  514 b   |  26 lines

  1. object Form1: TForm1
  2.   Left = 196
  3.   Top = 110
  4.   Width = 347
  5.   Height = 267
  6.   Caption = 'Using the EncoderValue Enumeration'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 339
  21.     Height = 233
  22.     Align = alClient
  23.     TabOrder = 0
  24.   end
  25. end
  26.